home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mail / mime-faq.part2 < prev    next >
Encoding:
Text File  |  1995-07-25  |  60.4 KB  |  1,731 lines

  1. Subject: comp.mail.mime frequently asked questions list (FAQ) (2/3)
  2. Newsgroups: comp.mail.mime,comp.answers,news.answers
  3. From: mime-faq@ics.uci.edu (MIME FAQ maintainer)
  4. Date: Sat, 19 Nov 1994 11:12:44 GMT
  5.  
  6.  
  7. Archive-Name: mail/mime-faq/part2
  8. Version: $Id: mime2,v 3.10 1994/11/19 11:10:23 jsweet Rel $
  9. Posting-Frequency: monthly
  10.  
  11.  
  12. --
  13. ==========================================================
  14. comp.mail.mime frequently asked questions list (FAQ) (2/3)
  15. ==========================================================
  16. Part 2: MIME products
  17. ~~~~~~
  18. --
  19.  
  20. Overview
  21. --------
  22. This is part 2 of a Frequently Asked Questions document about MIME, the
  23. multipurpose and multi-media standard for Internet mail.
  24.  
  25. Part 1 covers frequently asked questions.
  26.  
  27. Part 2 is a listing of MIME products.
  28.  
  29. Part 3 covers advanced topics.
  30. --
  31.  
  32. 7) Freely available MIME software packages
  33. ------------------------------------------
  34.  
  35. This section lists MIME-capable or MIME-enabling libraries, conversion
  36. tools, extension packages, mail user agents, and mail transport
  37. systems.
  38.  
  39. Tools that are explicitly designed for handling MIME in USENET news
  40. are discussed in section 9, although many of the packages in this
  41. section also deal with USENET news.
  42.  
  43. --------------------------------
  44.  
  45. 7.1) Libraries
  46.  
  47. Name:     c-client
  48. Product:  MUA library code
  49. Platform: Unix, Macintosh, MS-DOS, TOPS-20
  50. Where:
  51. Author:   Mark Crispin
  52. Comments:
  53.  
  54.     [ comp.mail.misc FAQ ]
  55.  
  56.     Software writers only:
  57.  
  58.     c-client is a general library useful for creating MUA's.  It
  59.     provides a Application Program Interface for retrieving and
  60.     manipulating mail messages.  It supports the latest draft of
  61.     MIME.  It is driver based, and easily ported to new platforms and
  62.     MTAs.  The currently supported platforms include various versions
  63.     of BSD and SysV Unix, MS-DOS, Macintosh and even TOPS-20(!).  It
  64.     supports mailboxes in /usr/spool/mail, mbox, mail.txt, mh, carmel
  65.     format, as well as remote mailbox access via the IMAP2 protocol
  66.     described in RFC 1176 and extended by the IMAP2bis extensions.
  67.  
  68.     c-client does not contain any user interface.  Rather, it contains
  69.     everything else that goes into an MUA.  c-client is called with
  70.     such functions as mail_open(), mail_fetchheader(), mail_setflag(),
  71.     etc.
  72.  
  73.     Just the thing if you want to write a new MUA.
  74.  
  75.     Contact the author (Mark Crispin <mrc@panda.com>) for more details.
  76.  
  77.  
  78. Name:     mimelite
  79. Product:  library
  80. Platform: ANSI C
  81. Where:    ftp://oslonett.no/Software/MsDos/Kommunikasjon/Offline/mimelt20.zip
  82. Author:   Gisle Hannemyr <gisle@oslonett.no>
  83. Comments:
  84.  
  85.     [ Gisle Hannemyr <gisle@oslonett.no> 20-May-1994 ]
  86.  
  87.     "mimelite" is a simple, lightweight library written in ANSI C that
  88.     supports the parsing of MIME headers and encoding/decoding of body
  89.     parts, suitable for inclusion in offline-readers.
  90.  
  91.     If you develop mail and newsreader software (user agents), you
  92.     can link mimelite with your own program to make it support a
  93.     significant subset of MIME (namely the Content-Transfer-Encodings
  94.     7BIT, 8BIT, BASE64 and QUOTED-PRINTABLE).  mimelite also supports
  95.     conversion between the ISO Latin 1 character set used for European
  96.     character sets on USENET/Internet and PC-based character sets
  97.     (e.g. Macintosh, IBM CP-437 and CP-850).
  98.  
  99.     The distribution archive also contains UNMIME, a standalone program
  100.     to decode MIMEd messages encoded with BASE64 or QUOTED-PRINTABLE
  101.     encoding.
  102.  
  103.     The mimelite library is general enough to work in a number of
  104.     contexts, but it has been designed to work well on MS-DOS (where
  105.     memory is a scarce resource).  Its main application is intended to
  106.     help extend MS-DOS-based "offline-readers" for RFC-822 and RFC-1036
  107.     conformant messages to also support RFC-1521 and RFC-1522.
  108.  
  109. --------------------------------
  110.  
  111. 7.2) Conversion tools and extension packages
  112.  
  113. Name:     emil
  114. Product:  tool
  115. Platform: Unix
  116. Where:    ftp://ftp.uu.se/pub/unix/networking/mail/emil/
  117. Where:    ftp://ftp.sunet.se/pub/unix/mail/emil/
  118. Author:   Martin Wendel <martin@alba.udac.uu.se>
  119. Comments:
  120.  
  121.     [ Martin Wendel <martin@alba.udac.uu.se> 8-Apr-1994 ]
  122.  
  123.     Emil is a tool for converting between message formats used by
  124.     MIME, Eudora, SUN mailtool, PC and Mac based clients, etc. It is
  125.     easily extensible.  It can work either standalone, as an argument
  126.     driven filter program, or, if linked with sendmail-5.67b+IDA-1.5
  127.     or sendmail-8.6.8, as a mail gateway convertering messages sent
  128.     between various types of Internet mail clients.  It will give
  129.     a possibility to convert encoding formats of attachments and
  130.     convert character sets of text.  It can make a heterogenous mail
  131.     environment, consisting of various types of mail clients, act as
  132.     a homogenous environment; for instance sending only MIME based
  133.     messages to the outside world.
  134.  
  135.  
  136. Name:     encdec
  137. Product:  tool
  138. Platform: ISO C
  139. Where:    ftp://ftp.efd.lth.se/pub/mail/encdec.c.gz
  140. Author:   Joergen Haegg <jh@efd.lth.se>
  141. Comments: 
  142.  
  143. encdec is a simple standalone encoder/decoder for base64 and quoted
  144. printable written in ISO C.
  145.  
  146.  
  147. Name:           Enriched text valider
  148. Product:        tool
  149. Platform:       Unix (easily portable)
  150. Author:         Daniel Glazman
  151. Contact:        Daniel.Glazman@der.edf.fr
  152. Where:          ftp://lara0.exp.edf.fr/pub/MIME/testEnriched.c
  153.  
  154.     [ Daniel Glazman <Daniel.Glazman@der.edf.fr> 13-Oct-1994 ]
  155.  
  156.     This tool is a text/enriched valider useable in conjunction with
  157.     the 'test' field of a mailcap file (for instance). Written in std C,
  158.     its code has been made *very* simple and readable on purpose, even
  159.     if it can be optimized.
  160.     It detects unbalanced closing tags, illegal tags, tags longer
  161.     than 60 chars and <<.
  162.     Provided with the standard "as is" copyright notice. /*Enjoy !*/
  163.  
  164.  
  165. Name:     exmh
  166. Product:  MUA
  167. Platform: UNIX
  168. Where:    ftp://parcftp.xerox.com/pub/exmh/exmh-1.4.1.tar.Z
  169. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/exmh-1.4.1.tar.gz
  170. Author:
  171. Contact:  "Brent Welch" <welch@parc.xerox.com>
  172. Comments: 
  173.  
  174.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  175.  
  176.     A Tk based UI to MH.  Supports nested folders, MIME/metamail.
  177.  
  178.  
  179. Name:     metamail
  180. Product:  MUA and tools
  181. Platform: Unix Amiga MS-DOS
  182. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.tar.Z
  183.           The metamail distribution that Nathaniel Borenstein supports.
  184. Where:    ftp://thumper.bellcore.com/pub/nsb/contrib2.7.tar.Z
  185.           Contributed sources.
  186. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.dos.zip
  187.           MS-DOS binaries
  188. Author:   Nathaniel Borenstein
  189. Comments:
  190.  
  191.     [ Paul Eggert <eggert@bi.twinsun.com> ]
  192.  
  193.     Metamail is a software implementation of MIME, designed for easy
  194.     integration with traditional mail-reading interfaces -- typically,
  195.     users do not invoke metamail directly.  Ideally, extending the
  196.     local e-mail or news system to handle a new media format is a
  197.     simple matter of adding a line to a mailcap file.  Mailcap files
  198.     are described in RFC 1343.
  199.  
  200.     [ Nathaniel Borenstein <nsb@thumper.bellcore.com> 9-Jan-1993 ]
  201.  
  202.     The metamail distribution includes a simple "mailserver" shell
  203.     script that can be used to operate a MIME-conformant mail server
  204.     mechanism, e.g. for making anon-ftp files available as MIME mail.
  205.     ServiceMail is also now available under the "contrib" area of the
  206.     metamail distribution.
  207.  
  208.     [ Jerry Sweet <jsweet@irvine.com> 10-Oct-1994 ]
  209.  
  210.     The "richtext" program in the metmail distribution has an
  211.     undocumented command line option, "-e", which turns it into a
  212.     viewer for text/enriched, the successor to text/richtext.
  213.  
  214.  
  215. Name:     Mew (Message interface to Emacs Window)
  216. Product:  MUA
  217. Platform: Emacs/Mule/XEmacs
  218. Where:    ftp://ftp.csce.kyushu-u.ac.jp/pub/Misc/mew/mew-current.tar.gz
  219. Author:   Kazuhiko YAMAMOTO
  220. Comments:
  221.  
  222.     [ Kazuhiko YAMAMOTO <kazu@is.aist-nara.ac.jp> 14-Oct-1994 ]
  223.  
  224.     Mew (Message interface to Emacs Window) is a message interface to
  225.     Emacs/Mule that integrates structured message such as MIME, PEM, and
  226.     PGP. Mew is now based on MH but will support USENET news soon.
  227.     
  228.     Currently, following features are supported.
  229.     
  230.     * Selective MIME part viewer.
  231.     * User friendly MIME composer that maps directory structure to multipart.
  232.     * PEM auto decryption and functions for encrypting and signing.
  233.     * PGP auto decryption and functions for encrypting and singing.
  234.     * LRU message cache engine.
  235.     * Only SPC key press interface.
  236.     * Asynchronous inc and scan.
  237.     * Dynamic window configuration.
  238.     * Excellent refile folder guess algorithm.
  239.     * Alias completion and expansion.
  240.     * Easy pick and scan interface.
  241.     * Mark based functions that treats multiple messages(e.g. unshar, uumerge).
  242.     
  243.     You should pronouns "Mew" as it is. Of course, it is meow of cat.
  244.     
  245.     P.S.
  246.     
  247.     You can find PEM/PGP/MIME integration information on 00faq in Mew's
  248.     package. 
  249.  
  250.  
  251. Name:     MHonArc
  252. Product:  HTML conversion tool
  253. Platform: Unix
  254. Where:    ftp://ftp.ics.uci.edu/pub/dtd2html/MHonArc1.0.0.tar.gz
  255. Author:   Earl Hood <ehood@convex.com>
  256.  
  257.     [ Earl Hood <ehood@convex.com> 2-Oct-1994 ]
  258.  
  259.     MHonArc is a Perl program for converting e-mail messages as specified
  260.     in RFC 822 and RFC 1521 (MIME) to HTML. MHonArc can perform the
  261.     following tasks:
  262.     
  263.       * Convert mh(1) mail folders or mail(1) style mailboxes into an HTML
  264.         mail archive.
  265.       * Add new e-mail messages to an existing HTML mail archive generated
  266.         by MHonArc.
  267.       * Convert a single message to HTML.
  268.         
  269.     An index page is created when an archive is generated. MHonArc allows
  270.     complete customization over the appearance of the index page including
  271.     the ability to insert user defined HTML markup and content-type
  272.     sensitive icons for the mail messages processed.
  273.  
  274. For details refer to http://www.oac.uci.edu/indiv/ehood/mhonarc.doc.html
  275. The x-types handled by MHonArc are listed in section 3 of this FAQ.
  276.  
  277.  
  278. Name:     MIME for VM/CMS
  279. Product:
  280. Platform: VM/CMS
  281. Where:    gopher://ricevm1.rice.edu
  282. Author:
  283. Comments:
  284.  
  285.     [ Rick Troth <TROTH@ricevm1.rice.edu> 21-Jul-1993 ]
  286.  
  287.     This MIME decoder is available via Gopher from ricevm1.rice.edu
  288.     under "Other freely distributable CMS software", which is under
  289.     "CMS Gopher Software".
  290.  
  291.     It correctly reads:
  292.  
  293.         o text/plain,
  294.         o text/richtext, and
  295.         o image/gif.
  296.  
  297.     GIFs require the VMGIF package from Belgium.  I need filters for
  298.     PBM and PGM and then they'd work too.  Sounds are not useful on
  299.     the standard 3270 terminal (dumb terminals just don't play sounds).
  300.  
  301.     It splits out multipart/[anything] into separate files.  CMS has a
  302.     standard directory "browser" (FILELIST) that lets you view a bunch
  303.     of related files and decide what, if anything, you want to do with
  304.     them.
  305.  
  306.     Message/external-body doesn't work well, but probably will given
  307.     more development time.  I could use some samples to help with the
  308.     debugging of that part.
  309.  
  310.     It does NOT do applications, except for the one, octet-stream.
  311.     (which is treated as a kind-of "sendfile" utility) There *is* a
  312.     PostScript interpreter for CMS, but it is reported to be a dog (we
  313.     don't have it).  But I do hope to put the extraction code in for
  314.     these eventually.
  315.  
  316.     If a given content-type isn't understood, you just view the item
  317.     as-is.
  318.  
  319.     For composition, there's no CHARSET= parameter on the
  320.     Content-Type: text/plain line.  It's EBCDIC until it gets into
  321.     SMTP, then it's ASCII, then it might be anything, so I've left off
  322.     the CHARSET= parameter.
  323.  
  324.     An "attach" command is added to RiceMAIL when you run this, which
  325.     would then change the message from text/plain to multipart/mixed
  326.     and append the attachment after a boundary.  Attachments don't
  327.     "close" properly; that is, the final boundary isn't correct, but is
  328.     correctly processed by all of the MIME compliant readers I've
  329.     checked.  (there's some feature of RiceMAIL that causes this)
  330.  
  331.     This thing is based on CMS Pipelines, so adding features is easy
  332.     since we now have the base for MIME processing.
  333.  
  334.  
  335. Name:     MIME tools for GNU Emacs
  336. Product:  MUA
  337. Platform: Unix
  338. Where:    ftp://wnoc-fuk.wide.ad.jp/pub/GNU/etc/emacs-mime-tools.shar
  339. Author:   Masanobu UMEDA
  340. Comments:
  341.  
  342.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  343.  
  344.     MIME tools that consist of "mime.el", "rmailmime.el" and
  345.     "metamail.el" are tools for reading and composition of MIME
  346.     messages for GNU Emacs and its variants.  "mime.el" is a simple
  347.     MIME message composer that works with mail mode, news mode, and
  348.     mhe letter mode.  Messages of plain and richtext text, audio, and
  349.     image, and multipart messages of them can be composed by using
  350.     "mime.el".  "rmailmime.el" is for reading MIME messages within
  351.     Rmail.  "metamail.el" is an interface to metamail.  The metamail
  352.     package is required by these tools.
  353.  
  354.  
  355. Name:     MIME tools for NeXT
  356. Product:  editor
  357. Platform: NeXT
  358. Where:
  359. Author:   Dave Lacey
  360. Comments:
  361.  
  362.     [ Dave Lacey <dave@blackbox.isca.uiowa.edu> ]
  363.  
  364.     I'd like to keep you apprised of some MIME work I'm doing.  I'm
  365.     interested in using MIME as a transport medium for multi-media
  366.     gopher documents.  My particular use is for Radiology info, but it
  367.     would work for just about anything.
  368.  
  369.     I've got a NeXT Gopher client almost working and I also have a
  370.     NeXT based MIME file editor that reads/creates MIME documents.
  371.     Both work, but need a bit more extension.  I will likely
  372.     distribute the source to this, so the MIME reader (which is
  373.     essentially an object) can be re-used in other apps.
  374.  
  375.  
  376. Name:     mpack
  377. Product:  MUA/utility
  378. Platform: Unix, MS-DOS, Macintosh, Amiga
  379. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-src.tar.Z
  380.           Sources for all versions
  381. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-pc.zip
  382.           MS-DOS binaries
  383. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-mac.hqx
  384.           Macintosh binary
  385. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-amiga.lha
  386.           Amiga binaries
  387. Author:   John Gardiner Myers, Chris Newman (Mac), Mike Meyer (Amiga)
  388. Comments:
  389.  
  390.     [ John Gardiner Myers <jgm+@CMU.EDU> 1-Jun-1994 ]
  391.  
  392.     Mpack is a minimal implementation of MIME, designed for encoding and
  393.     decoding binary files in MIME messages.  In short, it is the MIME
  394.     equivalent of uuencode and uudecode.  For backwards compatibility,
  395.     it can also decode messages in split-uuencoded format.  The Macintosh
  396.     port can also handle AppleSingle, AppleDouble, and BinHex.
  397.  
  398.  
  399. Name:     n2m
  400. Product:  conversion tool
  401. Platform: NeXT
  402. Where:    ftp://nexus.yorku.ca/pub/n2m.shar
  403. Author:   
  404. Comments:
  405.  
  406.     [ Dave Collier-Brown <davecb@ccs.yorku.ca> 04-Jan-1993 ]
  407.  
  408.     Nn2m is a program that converts a file containing a NeXT-format
  409.     multimedia message into a file containing a MIME-format multimedia
  410.     message.
  411.  
  412.     It is usable on Berkeley-derived systems, or ones otherwise using
  413.     /usr/lib/sendmail as a mail transfer agent. It is in use on SunOS
  414.     4.1.1 and Ultrix 4.2, tested briefly on Aix 3.2 and NeXT.
  415.  
  416.     Description: it is used with non-NeXT mail user agents to convert
  417.     NeXT mail to MIME, which is intelligible to more than just the NeXT
  418.     mail program.  The resulting file will usually be more intelligible
  419.     to non-multimedia mail user agents.
  420.  
  421.     The textual part of the mail is converted into text, as well as
  422.     Microsoft RTF, and the attachments follow, as text/plain wherever
  423.     possible, as base64 encoded binaries otherwise.  This suffices for
  424.     messages with ASCII files pasted into them.
  425.  
  426.     Caveat:  This is a converter, not a translator: the conversion of
  427.     sound and of the initial "index.rft" file is not correctness-
  428.     preserving.
  429.  
  430.  
  431. Name:     Safe-TCL (Enabled Mail)
  432. Product:  extension package
  433. Platform: UNIX
  434. Where:    ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl.tar.Z
  435. Where:    ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl-contrib.tar.Z
  436. Author:   Marshall T. Rose
  437. Contact:  safe-tcl-request@uunet.uu.net
  438. Comments:
  439.  
  440.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  441.  
  442.     Incoming email processing tool based on Tcl.  Software also available
  443.     which can build MIME messages and send them.  Incoming email
  444.     processing includes ability to execute encapsulated Tcl programs at
  445.     delivery or upon viewing.
  446.  
  447.     [ Jerry Sweet <jsweet@irvine.com> 5-Sep-1994 ]
  448.  
  449.     Papers about Enabled Mail and Safe-TCL are available from these
  450.     sources:
  451.  
  452.     ftp://thumper.bellcore.com/pub/nsb/st/em-model.txt
  453.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.ps
  454.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.txt
  455.  
  456.  
  457. Name:     ServiceMail
  458. Product:  toolset
  459. Platform: unknown
  460. Where:    ftp://eitech.com
  461. Author:   Enterprise Integration Technologies Corporation
  462. Contact:  servicemail-help@eitech.com
  463. Comments:
  464.  
  465.     [ Jay C. Weber <weber@eitech.COM> 13-Oct-1992 ]
  466.  
  467.     We (Enterprise Integration Technologies Corporation) have a MIME
  468.     implementation, which we are distributing freely.  Instead of a
  469.     MIME MUA, it is a toolkit for building services that automatically
  470.     process MIME messages.  It is similar, in spirit, to the few other
  471.     e-mail-scripting packages except:
  472.  
  473.       o it exploits several MIME features
  474.       o it is intended to run standalone (as opposed to a back-end to a MUA)
  475.       o it uses TCL (from Berkeley) as its scripting language
  476.  
  477.     and support for PEM is in the works.
  478.  
  479.     EIT is providing ServiceMail access to the ServiceMail toolkit.
  480.     If you have the METAMAIL or some other MIME-compliant mail reader,
  481.     just send the message
  482.  
  483.         To: services@eitech.com
  484.         Subject: archive-request servicemail.tar.Z
  485.  
  486.     and read the response(s) using METAMAIL.  Save the result in
  487.     servicemail.tar.Z
  488.  
  489.     The package can also be retrieved by anonymous FTP from the site
  490.     eitech.com.
  491.  
  492.     If you have any problems with acquisition, installation, or use,
  493.     don't hesitate to send mail to "servicemail-help@eitech.com" and
  494.     ask for help.
  495.  
  496.     IF YOU WANT FUTURE UPDATES ON TOOL KIT VERSIONS, BUGS, AND
  497.     SERVICES, MAKE SURE YOU ARE ON THE PACT-KIT MAILING LIST.  To get
  498.     on it, send a message to "services@eitech.com" with subject
  499.     "listserv subscribe pact-kit your-real-name".
  500.  
  501.  
  502. Name:     sun-to-mime
  503. Product:  conversion tool
  504. Platform: OpenWindows
  505. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.perl
  506. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.c
  507. Author:   Keith Moore
  508. Comments:
  509.  
  510.     [ Keith Moore <moore@cs.utk.edu> 27-Dec-1992 ]
  511.  
  512.     A perl script (and conversion to C of same) that converts
  513.     OpenWindows mail to MIME.  Body parts currently supported are:
  514.     text, gif, Sun rasterfile (converted to image/gif), postscript, and
  515.     audio.  Other types default to application/octet-stream.  It's easy
  516.     to extend the set of types supported and to add conversions, if
  517.     necessary.
  518.  
  519.     The script requires uuencode, uudecode, zcat (aka uncompress),
  520.     and the "convert" program from ImageMagick.  If you don't have
  521.     ImageMagick you can probably substitute the pbm stuff with little
  522.     fuss.
  523.  
  524.  
  525. Name:     uu-to-mime
  526. Product:  conversion tool
  527. Platform: perl
  528. Where:    ftp://cs.utk.edu/pub/MIME/uu-to-mime.perl
  529. Author:   Keith Moore <moore@cs.utk.edu>
  530. Comments: 
  531.  
  532. A perl script that translates an RFC 822 message containing a single
  533. uuencoded file to a MIME message containing a base64-encoded file.
  534.  
  535. --------------------------------
  536.  
  537. 7.3) Mail user agents and transport systems
  538.  
  539. Name:     Andrew
  540. Product:  Multimedia system
  541. Platform: Unix
  542. Where:
  543. Author:
  544. Comments:
  545.  
  546.     [ Susan Straub <susan+@andrew.cmu.edu> 11-Jan-1993 ]
  547.  
  548.     Andrew is a very large and ambitious software system developed at
  549.     Carnegie Mellon University.  It is installed at hundreds of sites
  550.     throughout the world, and includes a multimedia document editor,
  551.     help system, and various other utilities.  In particular, it
  552.     includes a feature-rich program, "messages", which can read and
  553.     send mail and news articles in MIME format, including images,
  554.     audio, richtext, and more.  Andrew is available in binary release
  555.     for several Unix system architectures, and also in source form.
  556.     Be warned that the source distribution is itself about 50
  557.     megabytes, but you really are getting a LOT of stuff.  For
  558.     information on how to obtain a copy of Andrew, send mail to
  559.     info-andrew-request@andrew.cmu.edu.
  560.  
  561.  
  562. Name:     elm
  563. Product:  MUA
  564. Platform: Unix
  565. Where:
  566. Author:
  567. Comments:
  568.  
  569.     [ Syd Weinstein <syd@dsinc.dsi.com> 21-Dec-1992 ]
  570.  
  571.     Elm support for MIME:
  572.     2.3 - uses metamail supplied patch from Nathaniel Borenstein. 
  573.  
  574.     2.4:
  575.         reading: detects MIME headers and calls metamail automatically
  576.         if the message cannot be displayed on the current screen using
  577.         the native capabilities of the display (recognizes some char
  578.         sets as native)
  579.  
  580.         sending: detects [include ] markers and makes them MIME attachments.
  581.         Still very 'crude', but its all we had time for, as to the
  582.         release deadline of 'Elm' and MIME.
  583.  
  584.     3.x:
  585.         reading: probably no change from 2.x, but will understand
  586.         some 'file storage' types and allow for splitting off attachments
  587.         on their own.
  588.  
  589.         sending: will allow defining attachments to be added and auto build
  590.         the MIME stuff, in addition to the [include ] syntax.
  591.  
  592.     release status:
  593.     2.3: obsolete
  594.     2.4: Current PL is 23.
  595.     3.x: not planned until some time in 1994.
  596.  
  597.  
  598. Name:     Eudora 1.4.2
  599. Product:  MUA
  600. Platform: Macintosh MS-Windows
  601. Where:    ftp://ftp.qualcomm.com/quest/eudora/windows/1.4/eudor142.exe
  602. Where:    ftp://ftp.qualcomm.com/quest/eudora/mac/1.4/eudora142.hqx
  603. Where:    ftp://src.doc.ic.ac.uk/computing/systems/ibmpc/windows3/winsock/eudora14.exe
  604. Author:   Steve Dorner <sdorner@qualcomm.com>
  605. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  606. Comments:
  607.  
  608. Eudora 1.4 is a MUA for Macs and PCs that uses POP3 and SMTP and
  609. supports MIME.  A commercial version is also available: see the next
  610. section.
  611.  
  612.  
  613. Name:     HUyMail
  614. Product:  MTA/MUA
  615. Platform: VMS
  616. Where:    ftp://ftp.technion.ac.il/pub/unsupported/vms/local/local/huymail*.bck
  617. Author:   Yehavi Bourvine
  618. Comments:
  619.  
  620.     [ Yehavi Bourvine <YEHAVI@vms.huji.ac.il> 22-Jul-1993 ] 
  621.  
  622.     HUyMailer is a store and forward mailer for VAX/VMS and AXP/VMS
  623.     systems which supports as transports: DECnet, Multinet/TcpIp,
  624.     HUJI-NJE and PMDF.  The software is available freely for
  625.     non-commercial use as a C source code.
  626.  
  627.     The mailer supports two users' interfaces: VMS/MAIL (to which the
  628.     connection is done via MAIL11 DECnet connection) or a locally
  629.     written interface called BMAIL.  BMAIL is a menu oriented interface
  630.     which supports MIME and Hebrew.
  631.  
  632.  
  633. Name:     Iride
  634. Product:  MUA
  635. Platform: Macintosh
  636. Where:    ftp://gnbts.univ.trieste.it/mime/Iride.sea.hqx
  637. Author:   GNBTS
  638. Comments:
  639.  
  640.     [ From the README ]
  641.  
  642.     Iride is (or will be -- it's currently in beta test) an
  643.     implementation of a MIME user agent on the Apple Macintosh
  644.     computer.  It was developed as part of a project of the GNBTS -
  645.     Gruppo Nazionale Bioingegneria sezione di Trieste, for the
  646.     integration of multimedia mail with hospital data storing
  647.     facilities, in particular for the transfer of bioimages.
  648.     
  649.     This is a far from a complete MIME implementation, but I think 
  650.     it is quite usable.
  651.  
  652.     To use it you need:
  653.         o Macintosh with MacTCP 1.1 or better installed
  654.         o 32 bit ColorQuickDraw if you want to use images
  655.         o audio input device if you want to create audio messages
  656.         o connection to a SMTP mail relay
  657.         o connection to a POP3 server
  658.     
  659.     MIME types supported:
  660.     
  661.     text/plain              charset=US-ASCII only
  662.     text/richtext           (no tool for composing richtext yet)
  663.     
  664.     audio/basic
  665.     audio/X-macaudio        generated when a NOT sampled audio pasted in
  666.     
  667.     image/GIF
  668.     image/X-macPICT         generated when color QuickDraw is missing only
  669.     
  670.     multipart/mixed         each part is shown in a different window
  671.                             MUST change this
  672.     multipart/parallel     
  673.     multipart/alternative   handled as multipart/mixed
  674.                             MUST change this
  675.  
  676. Name:     mercurius
  677. Product:  MUA
  678. Platform:
  679. Where:    ftp://ftp.lii.unitn.it/pub/mercurius/mercurius.tar.Z
  680. Author: 
  681. Contact:  mercurius-bugs@lii.unitn.it
  682. Comments:
  683.  
  684.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  685.  
  686.     Mercurius facilitates composing and reading multimedia electronic
  687.     messages compliant with the Multipurpose Internet Mail Extensions
  688.     (MIME).
  689.  
  690.  
  691. Name:           MEUF [Mail Extended Using Faces]
  692. Product:        MUA
  693. Platform:       Unix/X
  694. Where:          ftp://ftp.inria.fr
  695. Where:          ftp://ftp.enst.fr
  696. Contact:        Daniel.Glazman@der.edf.fr
  697. Author:         Daniel Glazman
  698. Comments:
  699.  
  700.     [ Daniel Glazman <glazman@cli51ak.der.edf.fr> 23-Sep-1994 ]
  701.  
  702.     Meuf is a student project I developed at Ecole Nationale
  703.     Superieure des Telecommunications de Paris with the System
  704.     staff. It has grown A LOT to become a MIME-native MUA running
  705.     under Xt/Xaw.
  706.  
  707.     Earlier non-MIME versions (1.3 and 1.4) are available by anonymous
  708.     ftp from ftp.inria.fr and ftp.enst.fr.
  709.  
  710.     Currently developed version 3.0 will be released as a freely
  711.     available product as soon as I'll get the authorization. Code has
  712.     features:
  713.  
  714.     Pure MUA features:
  715.         * Faces (48x48 XBM bitmaps) display using the X-Faces
  716.           header field and included logos distribution
  717.         * does not rely on "faces" package
  718.         * folders (also with Faces display)
  719.         * waste basket
  720.         * messages sort by date, subject, length, ...
  721.         * unlimited aliases
  722.         * .face, .signature, .prologue, /usr/games/fortune handling
  723.         * automagically deleted messages
  724.         * References, Priority, Bcc, Return-Receipt-To handling
  725.         * "Trusted Users" features
  726.         * ignored header fields
  727.         * online help
  728.         * drag and drop for messages/folders management
  729.         * interactive Face design
  730.         * "Properties" windows
  731.  
  732.     MIME features:              
  733.         * does not rely on "metamail" package
  734.         * full MIME composition and restitution for non-textual
  735.           parts and text/plain
  736.         * multiparts composition and restitution
  737.         * basic text/richtext and text/enriched restitution
  738.         * mailcap mechanism
  739.         * Sun-Attachments parsing
  740.         * MIME incorporation
  741.         * MIME-clipboard (copy/paste of MIME parts between messages)
  742.         * extraction of forwarded MIME-messages for MIME restitution
  743.         * User's Guide (PS), Admin. Guide (PS)
  744.  
  745.     Successfully compiled and used with:
  746.         Sun             SunOs 4.1.x and Solaris 2.x
  747.         HP 9000/7xx     HP-UX > 9.01
  748.         DECstation      Ultrix
  749.         IBM RS6000      AIX > 3.2.4
  750.         Convex
  751.  
  752.     More information at http://lara0.exp.edf.fr/glazman/meuf.html
  753.     Availability will be announced in comp.mail.mime newsgroup.
  754.  
  755.  
  756.  
  757. Name:     MH 6.8
  758. Product:  MUA
  759. Platform: Unix
  760. Where:    ftp://ftp.ics.uci.edu/pub/mh/mh-6.8.tar.Z
  761. Where:    ftp://louie.udel.edu/portal/mh-6.8.tar.Z
  762. Author:
  763. Comments:
  764.  
  765. MIME support is available for the MH message handling system; the
  766. primary reader and generator is the program mhn(1) although other MH
  767. programs are also changed.  The current release of MH is 6.8.3.  Mhn
  768. does not use the mailcap mechanism described in RFC 1343.  Instead, 
  769. it has its own flexible extension mechanism, called a profile.
  770.  
  771. A tutorial for mhn is available:
  772.  
  773. Where:    ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.tex
  774.           ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.sty
  775.           ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.ps
  776.  
  777. See the newsgroup comp.mail.mh for further information.
  778.  
  779.  
  780. Name:     MIXMH
  781. Product:  MUA
  782. Platform: Unix with X
  783. Where:    ftp://aun.uninett.no/pub/mail/mixmh/mixmh-0.3.tar.Z
  784. Author:
  785. Comments:
  786.  
  787.     [ Harald Tveit Alvestrand <Harald.Alvestrand@delab.sintef.no> 10-Dec-1992 ]
  788.  
  789.     This version is based on XMH version 1.6 from SEI, Carnegie Mellon.
  790.     It supports sending MIME with extended character sets in the headers
  791.     (per RFC 1342) and the body (per RFC 1341 text/plain).  It has
  792.     limited support for multipart messages.
  793.  
  794.     The source is freely redistributable and modifiable.
  795.  
  796.     As you can see from the version number, it is still not considered
  797.     fully stable. Bugs may be reported to mixmh-bugs@uninett.no
  798.     Information and discussion will take place on mixmh-info@uninett.no;
  799.     mail to mixmh-info-request@uninett.no to join.
  800.  
  801.  
  802. Name:     Pegasus mail
  803. Product:  MUA
  804. Platform: MS-DOS, MS-Windows, Macintosh
  805. Where:    ftp://risc.ua.edu/pub/network/pegasus/*
  806. Author:   David Harris <david@pmail.gen.nz>
  807. Comments:
  808.  
  809.     [ James Ford <JFORD@ua1vm.ua.edu> 2-Nov-1993 ]
  810.  
  811.     Pegasus Mail is an E-Mail package for Novell network v2.15 and higher
  812.     that supports MHS (natively) and SMTP.  The MS-DOS version (v3.01a)
  813.     is MIME compliant; the MS-Windows version should be by mid-November.
  814.     I do not know the timetable for the Mac version.  You can either
  815.     get a PC-based SMTP gateway for it (Charon, by Brad Clements) or a
  816.     (Netware v3.11) NLM-based version (Mercury, by David Harris) from
  817.     risc.ua.edu.  I believe that the SMTP gateway Mercury supports 8-bit
  818.     MIME encoding.
  819.  
  820.  
  821. Name:     Pine
  822. Product:  MUA
  823. Platform: Unix
  824. Where:    ftp://ftp.cac.washington.edu/pine/pine.tar.Z
  825. Author:   Laurence Lundblade, Michael Seibel, Mark Crispin
  826. Comments:
  827.  
  828.     [ From the release notes 21-Sep-1993 ]
  829.  
  830.     Pine(tm) --a Program for Internet News & E-Mail-- is a tool for
  831.     reading, sending, and managing electronic messages.  It was designed
  832.     specifically with novice computer users in mind, but can be tailored
  833.     to accommodate the needs of "power users" as well.  Pine uses
  834.     Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP)
  835.     and runs on Unix and MS-DOS.
  836.  
  837.     The guiding principles for Pine's user-interface were: careful
  838.     limitation of features, one-character mnemonic commands,
  839.     always-present command menus, immediate user feedback, and high
  840.     tolerance for user mistakes. It is intended that Pine can be learned
  841.     by exploration rather than reading manuals.  Feedback from the
  842.     University of Washington community and a growing number of Internet
  843.     sites has been encouraging.
  844.  
  845.     Pine's message composition editor, Pico, is also available as a
  846.     separate stand-alone program.  Pico is a very simple and easy-to-use
  847.     text editor offering paragraph justification, cut/paste, and a
  848.     spelling checker.
  849.  
  850.     [ David L Miller <dlm@cac.washington.edu> 31-Aug-1994 ]
  851.  
  852.     For more information, see http://www.cac.washington.edu/pine/
  853.  
  854.  
  855. Name:     Tkmailto
  856. Product:  MUA
  857. Platform: UNIX
  858. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/tkmailto-1.0.tar.gz
  859. Author: 
  860. Contact:  "Johan Lindbladh" <tet90jl@tintin.hik.se>
  861. Comments: 
  862.  
  863.     [ "Larry W. Virden" <lwv26@cas.org>, 13-Aug-1994 ]
  864.  
  865.     Alpha version Tk-based mail composer which supports MIME.  Requires
  866.     Safe-Tcl 1.1.
  867.  
  868. --
  869.  
  870. 8) Commercial MIME software packages
  871. ------------------------------------
  872.  
  873. Name:     Echelon
  874. Product:  MUA
  875. Platform: NEXTSTEP
  876. Contact:  ak272@freenet.acsu.buffalo.edu
  877. Author:   Doug Boyce <ak272@freenet.acsu.buffalo.edu>
  878. Comments:
  879.  
  880. Echelon is a MUA for NEXTSTEP that can decode, display, and compose both
  881. NeXTmail and MIME.  Most MIME types are supported.  A demo version is
  882. available from
  883.  
  884. Where:    ftp://nova.cc.purdue.edu/pub/next/submissions/Echelon_1.12.tar.gz
  885.  
  886.  
  887. Name:     ECSMail
  888. Product:  MUA/MTA
  889. Platform: Unix, NT, OS/2, OpenVMS, MS-DOS, MS-Windows, Mac System 7
  890. Contact:  ECS Sales <ecs-sales@edm.isac.ca>
  891. Phone:    +1 403 420 8081
  892. Author:
  893. Comments:
  894.  
  895.     [ Steve Hole <steve@edm.isac.ca> 24-Aug-1993 ]
  896.  
  897.     ECSMail is an electronic mail product for building enterprise mail
  898.     systems.  It is designed from start to finish as a system for
  899.     establishing mail services throughout an organization, with external
  900.     organizations and the world information system in general.  It does
  901.     this by using a completely standards based architecture.
  902.  
  903.     ECSMail is comprised of the following system components:
  904.  
  905.      ECSMail MUA Set      - a set of Mail User Agents (MUA) 
  906.      ECSMail MTA Set      - a set of Message Transport Agents (MTA)
  907.      ECSMail MS Set       - a set of Message Services (MS)
  908.  
  909.     All components support both MIME/822 and X.400, and run under
  910.     Unix, Microsoft NT, OS/2, OpenVMS.  Additionally, the MUA Set runs
  911.     under MS-DOS, Microsoft Windows, and Mac System 7.
  912.  
  913.     Pricing for the ECS products and ISA business information can be 
  914.     obtained by contacting:
  915.  
  916.      ECS Sales 
  917.      835 10040 - 104 Street
  918.      Edmonton, Alberta, Canada
  919.      T5J 0Z2
  920.  
  921.      Phone: 403-420-8081
  922.      Fax:   403-420-8037
  923.  
  924.     or by sending a request through electronic mail to the address:
  925.  
  926.      ECS Sales <ecs-sales@edm.isac.ca>
  927.  
  928.  
  929. Name:     Eudora 2.0.2
  930. Product:  MUA
  931. Platform: Macintosh
  932. Contact:  eudora-sales@qualcomm.com
  933. Author:   Steve Dorner <sdorner@qualcomm.com>
  934. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  935. Comments:
  936.  
  937. Commercial versions of Eudora with more features than the freely
  938. available ones.
  939.  
  940. Information about the commercial versions of Eudora can be found at:
  941.  
  942. ftp://ftp.qualcomm.com/quest/eudora/windows/Eudor2Info-*.exe
  943. ftp://ftp.qualcomm.com/quest/eudora/mac/Eudora2Info-*.sea.hqx
  944.  
  945.  
  946. Name:     IBM multimedia mail
  947. Product:
  948. Platform: OS/2
  949. Contact:  Jerry Cuomo <gcuomo@watson.ibm.com>
  950. Author:   IBM
  951. Comments:
  952.  
  953.     [ Larry Salomon Jr <os2man@panix.com> 10-Dec-1992 ]
  954.  
  955.     I'm not going to follow this group, but I wanted to state that IBM -
  956.     at the T.J. Watson Research Center - is developing a multimedia mail
  957.     application for OS/2 which is based on the Mime spec.  They demoed
  958.     it at Interop.
  959.  
  960.     For more information, including (probably) how to become a test site
  961.     (I haven't confirmed whether they're actually going to do this,
  962.     but they've done it before), contact the department manager, Jerry
  963.     Cuomo, at gcuomo@watson.ibm.com.
  964.  
  965.  
  966. Name:     iGate
  967. Product:  WordPerfect Office gateway
  968. Platform:
  969. Contact:  smart@actrix.gen.nz
  970. Author:   Smart Systems
  971. Comments:
  972.  
  973.     [ Quentin Smart <smart@acme.gen.nz> 25-Sep-1993 ]
  974.  
  975.     iGate provides seamless connectivity to SMTP mail from WordPerfect
  976.     office.  Running as a native gateway under the Office Connection
  977.     server and incorporting a TCP/IP stack iGate is a complete solution
  978.     with no extras like MHS or TCP/IP stacks required.
  979.     
  980.     Further information from:
  981.  
  982.         Smart Systems
  983.         PO Box 5017
  984.         Wellington, New Zealand
  985.         +64 6 3561484
  986.         smart@actrix.gen.nz
  987.  
  988.  
  989. Name:     Internet Exchange for cc:Mail
  990. Product:  cc:Mail to SMTP/MIME Internet Mail Gateway
  991. Platform: MS-Windows
  992. Contact: 
  993. Phone:    +1 415 871 4045
  994. Author:   International Messaging Associates
  995. Comments:
  996.  
  997.     [ Tim Kehres <kehres@ima.com> 08-Dec-1993 ]
  998.  
  999.     For cc:Mail users, Internet Exchange is the gateway of choice to
  1000.     provide standardized full multimedia connectivity between cc:Mail
  1001.     users and their Internet partners.  Internet Exchange for cc:Mail
  1002.     can be used to interconnect cc:Mail networks with external users on
  1003.     the Internet as well as connecting your own internal network to your
  1004.     cc:Mail community.
  1005.  
  1006.     Internet Exchange for cc:Mail is the first SMTP to cc:Mail gateway
  1007.     that suports the full MIME Internet standard for exchanging rich
  1008.     media multipart messages.  This means that your cc:Mail users can
  1009.     now exchange any attachment types with Internet based mail systems.
  1010.     By using the MIME standard, Internet Exchange for cc:Mail users
  1011.     will be assured future compatibility with other MIME compliant mail
  1012.     gateways.
  1013.  
  1014.     To simplify administration and management, the Internet Exchange
  1015.     System Manager runs under Windows 3.1.  On screen buttons provide
  1016.     administration access into the gateway operations.  Managers can
  1017.     easily view and modify all gateway activity.  Message routing is
  1018.     accomplished using any combination of host tables,Domain Name System
  1019.     (DNS) lookup, and default mail host routing.
  1020.  
  1021.  
  1022. Name:     Ishmail
  1023. Product:  MUA
  1024. Platform: SunOS, Solaris, AIX, HP-UX, and UnixWare
  1025. Contact:  info@hal.com
  1026. Phone:    +1 800 762 0253 or +1 512 834 9962
  1027. Where:    ftp://ftp.halsoft.com
  1028. Pricing:  $99 U.S. for single user. Multi-user/site license discounts.
  1029. Author:   HaL Software Systems
  1030. Comments:
  1031.  
  1032.     [ Frank Bieser <frankb@hal.com> 21-Jun-1994 ]
  1033.  
  1034.     Ishmail is a MIME-capable e-mail tool with a Motif graphical user
  1035.     interface. Ishmail includes the following features:
  1036.  
  1037.     - Full support of MIME data types: plain text, rich text, GIF,
  1038.       JPEG, U-LAW audio, MPEG, binary, PostScript, ODA, RFC822 mail
  1039.       message, plus user-defined extensions.
  1040.  
  1041.     - Message attachments supported via: local file, AFS, mail server,
  1042.       regular FTP, anonymous FTP, and TFTP.
  1043.  
  1044.     - Support for composing, viewing, and printing rich text messages.
  1045.  
  1046.     - Easily customized through GUI dialogs for fonts, definition and
  1047.       placement of custom buttons, message list sorting and format, etc.
  1048.  
  1049.     - Variety of user interaction methods, ranging from "drag and drop"
  1050.       and custom buttons to keyboard shortcuts.
  1051.  
  1052.     - Support for use of, modification, and addition of sendmail-style
  1053.       mail aliases.
  1054.  
  1055.     - User defined alert commands and icons, triggered by matching 
  1056.       patterns in incoming mail headers.
  1057.  
  1058.     - On-line help cards, including context sensitive help.
  1059.  
  1060.     - Full end-user manual provided in PostScript format.
  1061.  
  1062.     - Complete hypertext version of end-user manual available via World Wide
  1063.       Web at http://www.hal.com/products/sw/ishmail/user-guide.html
  1064.  
  1065.     HaL Software Systems
  1066.     3006 Longhorn Blvd #A-113
  1067.     Austin, TX 78758-7631
  1068.  
  1069.  
  1070. Name:     Mail*Hub
  1071. Product:
  1072. Platform: Control Data 4000 Series Mips-based Unix systems
  1073. Contact:  rrr@svl.cdc.com
  1074. Author:   Control Data Systems
  1075. Comments:
  1076.  
  1077.     [ <rrr@duck.svl.cdc.com> 23-Dec-1992 ]
  1078.  
  1079.     Mail*Hub includes support for X.400, X.500, SMTP, and creating,
  1080.     viewing, and sending MIME enclosures in mail. In addition, the Fax
  1081.     Gateway portion of Mail*Hub supports sending mail with MIME
  1082.     enclosures to a Fax machine.  Graphical MIME components
  1083.     (Postscript, GIF, TIFF,...)  are automatically recognized and
  1084.     imaged at the receiving Fax machine.
  1085.  
  1086.  
  1087. Name:           MAIL-IT 
  1088. Product:        MUA 
  1089. Platform:       MS Windows 3.x 
  1090. Contact:        mail-it@unipalm.co.uk 
  1091. Phone:          1-800-368-0312 
  1092.                 (+44) 223 250 100
  1093. Author:         Unipalm Ltd. 
  1094. Comments: 
  1095.  
  1096.     [ Maria Porto <maria@unipalm.co.uk>, 7-Jul-1994 ]
  1097.  
  1098.     MAIL-IT is a Winsock-compatible SMTP/POP mail client with MIME
  1099.     functionality.  By implementing Microsoft's Extended MAPI
  1100.     architecture, MAIL-IT allows mail to be sent from directly within
  1101.     MAPI-enabled applications such as Word for Windows, Excel,
  1102.     WordPerfect, Lotus 1-2-3 and Ami Pro, thus Internet-enabling the
  1103.     user's desktop.
  1104.      
  1105.     MAIL-IT benefits include: 
  1106.      
  1107.     -  support for MIME 
  1108.     -  implementation of Microsoft's MAPI architecture 
  1109.     -  full drag and drop 
  1110.     -  hierarchical foldering 
  1111.     -  uses SMTP for sending, and POP2 or POP3 for receiving mail 
  1112.     -  local address book 
  1113.  
  1114.     There is a 30-day demo copy available for anonymous ftp: 
  1115.     ftp://pipe.pipex.net/xtech/mail-it/mie202.zip
  1116.     Please contact us for the decrypting password.
  1117.  
  1118.  
  1119. Name:     Mail*Link SMTP for QuickMail, Microsoft Mail for AppleTalk, and
  1120.           PowerShare
  1121. Product:  Macintosh Mail systems to SMTP/MIME gateways
  1122. Platform: Macintosh
  1123. Contact:  info@starnine.com
  1124. Phone:    510-649-4949
  1125. Author:   StarNine Technologies, Inc.
  1126. Comments:
  1127.  
  1128.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1129.  
  1130.     Mail*Link SMTP 3.0 is the industry-standard for connecting
  1131.     Macintosh mail systems to each other, as well as PC, UNIX and
  1132.     host-based mail systems on corporate LANs and the Internet.  The
  1133.     Mail*Link family of gateways now provides MIME support for all
  1134.     major Macintosh LAN messaging systems including QuickMail,
  1135.     Microsoft Mail for AppleTalk and PowerShare Collaboration servers.
  1136.     
  1137.     Per-destination processing of messages in version 3.0 allows
  1138.     gateway administrators to configure translation and enclosure
  1139.     handling methods for outgoing messages addressed to a specific
  1140.     SMTP address, domain, or host.  The gateway ships with three
  1141.     preprogrammed translation methods for sending messages to users on
  1142.     PCs, UNIX, and MIME-capable systems.
  1143.     
  1144.     Mail*Link SMTP uses the proposed MacMIME standard to allow more
  1145.     flexibility when receiving messages with MIME-encoded Macintosh
  1146.     files.  An option to encode an attachment's datafork only with
  1147.     MIME greatly increases compatibility with non-Macintosh MIME
  1148.     systems.  Other enclosure handling options include
  1149.     MacBinary-UUENCODE, AppleSingle-UUENCODE, BinHex 4.0, and
  1150.     Datafork-only-UUENCODE, and StuffIt compression.
  1151.  
  1152.  
  1153. Name:     Mail*Link Internet for PowerTalk
  1154. Product:  PowerTalk to SMTP/MIME Internet Mail Gateway
  1155. Platform: Macintosh System 7.5
  1156. Contact:  info@starnine.com
  1157. Phone:    510-649-4949
  1158. Author:   StarNine Technologies, Inc.
  1159. Comments:
  1160.  
  1161.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1162.  
  1163.     Mail*Link Internet for PowerTalk is a personal gateway that allows
  1164.     System 7.5 users in SMTP/POP3 environments to exchange messages
  1165.     with Internet mail users.
  1166.     
  1167.     Version 1.0 supports System 7.5 and System 7 Pro Macintoshes with
  1168.     MacTCP (included) on a local area network.  It uses the standard
  1169.     Simple Mail Transfer Protocol (SMTP) and Post Office Protocol
  1170.     (POP3) for sending and reading mail within the LAN.  If the LAN is
  1171.     connected to the Internet, PowerTalk users can also exchange
  1172.     messages with external Internet users.  Version 1.5, due out in
  1173.     September, 1994 will support SLIP or PPP connections.
  1174.     
  1175.     Incoming Internet messages are placed in the PowerTalk universal
  1176.     mailbox on the desktop.  Users can send Internet messages from
  1177.     within their preferred PowerTalk-savvy application such as
  1178.     WordPerfect, ClarisWorks, or the Finder.  The gateway supports
  1179.     standard Macintosh file enclosure handling methods including
  1180.     AppleSingle-UUEncode, Datafork only-UUENCODE, MacBinary, and
  1181.     BinHex, as well as MIME.
  1182.     
  1183.     A 60-day trial version of the gateway is available on StarNine's
  1184.     anonymous FTP server (ftp://ftp.starnine.com/pub/evals/pt-inet)
  1185.     as well as on the CD-ROM version of Apple's System 7.5 product
  1186.     (look in the CD Extras folder).
  1187.  
  1188.  
  1189. Name:     MPOWER
  1190. Product:
  1191. Platform:
  1192. Contact:
  1193. Author:   HP
  1194. Comments:
  1195.  
  1196.     [ Harald Alvestrand <Harald.Alvestrand@delab.sintef.no> 22-Jan-1993 ]
  1197.  
  1198.     If anyone is interested, the new multimedia product from HP called
  1199.     MPOWER supports MIME format mail.
  1200.  
  1201.     You can drag and drop a picture onto the mail icon, and it will be
  1202.     sent as a MIME message.
  1203.  
  1204.     (Unfortunately, they forgot to quote the delimiter that had a dot in
  1205.     it, and PINE failed to parse that......well, it's a betatest.)
  1206.  
  1207.  
  1208. Name:      NetMail/3000
  1209. Product:   SMTP/MIME compatible electronic mail system for HP3000s
  1210. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1211. Contact:   solcentr@netcom.com (Solution Centers International)
  1212. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1213. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1214. Author:    3k Associates (support@3k.com)
  1215. Comments:
  1216.  
  1217.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1218.  
  1219.     NetMail/3000 is a full featured electronic mail system for HP3000
  1220.     computer systems which was designed as an SMTP and MIME compatible
  1221.     network mail system.  NetMail/3000 provides a user interface
  1222.     compatible with "dumb" terminals, but also has hooks to identify and
  1223.     utilize features of HP terminals and PC or Mac based HP terminal
  1224.     emulator packages. Users can send messages (8-bit character sets are
  1225.     supported) and attach any number of files (host or pc based) to their
  1226.     messages (PC/Mac based files are automatically retrieved and loaded),
  1227.     and all messages (and attachments) are exported in MIME format, though
  1228.     users can specify that files be encoded via 'uuencode' or 'binhex' if
  1229.     necessary to be readable by non-MIME compatible mail systems).
  1230.     
  1231.     NetMail/3000's user interface is also unique in that Windows-based
  1232.     terminal emulator users can allow NetMail/3000 to automatically
  1233.     extract and pass any message parts (not displayable in the terminal
  1234.     emulator) directly to their PC and have the appropriate application
  1235.     launched to view the file. (NetMail/3000 interrogates the PC on
  1236.     startup to determine the file types "associated" with applications.)
  1237.     
  1238.     NetMail/3000 also includes directory synchronization capability
  1239.     (compatible with Lotus' cc:Mail ADE format), a POP2 server, a
  1240.     quote-of-the-day and daytime server, and will soon be offering a
  1241.     HP3000-based gopher server. NetMail/3000 is priced independent of cpu
  1242.     size/speed/number of users, and includes network capability in the
  1243.     base product. 3k Associates is also an HP Channel Partner.
  1244.     
  1245.  
  1246. Name:      NetMail/3000 HPDesk FSC Gateway
  1247. Product:   SMTP/MIME compatible gateway for HPDesk users
  1248. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1249. Contact:   solcentr@netcom.com (Solution Centers International)
  1250. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1251. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1252. Author:    3k Associates (support@3k.com)
  1253. Comments:
  1254.  
  1255.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1256.  
  1257.     The NetMail/3000 HPDesk FSC Gateway provides a bi-directional gateway
  1258.     between HPDesk mail users and the SMTP/MIME world. Any number of
  1259.     message attachments per message are supported; incoming messages are
  1260.     broken down into files on the HP3000 for HPDesk users and appear as
  1261.     normal message attachments, outgoing attachments are encoded as
  1262.     MIME-compatible message attachments (or optionally just as UUENCODED
  1263.     binary attachments for compatibility with non-MIME compatible
  1264.     mailers).
  1265.     
  1266.     The gateway operates in real-time, is a background process on the
  1267.     HP3000 (which is interrupt driven and uses minimal system resources),
  1268.     and requires no special hardware or additional software. The product
  1269.     is priced independent of platform size or type or number of users.
  1270.     Free 45 day demos are available.
  1271.  
  1272.  
  1273. Name:     PC-MM (PC Mail Manager)
  1274. Product:  MUA
  1275. Platform: MS-Windows
  1276. Contact:  Lars_Hagberg@li.icl.se
  1277. Author:   ICL
  1278. Comments:
  1279.  
  1280.     [ Tomas Kullman <tomku@li.icl.se> 30-Sep-1993 ]
  1281.  
  1282.     PC-MM from ICL is a Mail User Agent for Windows 3.1 implemented on
  1283.     Windows Socket API and TCP/IP. PC-MM is currently working on PC-NFS
  1284.     but is designed to be network software independent (i.e. will work
  1285.     on most TCP/IP softwares supporting WinSocket API).
  1286.  
  1287.     PC-MM is a MIME conformant internet mailer supporting SMTP and IMAP2
  1288.     for sending and receiving. PC-MM requires a UNIX mail server (or
  1289.     similar supporting SMTP and IMAP2).
  1290.     
  1291.     PC-MM V1.0 supports a lot of nice features, such as:
  1292.          - user friendly interface
  1293.          - built-in and user-defined text editor
  1294.          - drag and drop between folders
  1295.          - local and server based folders
  1296.          - integrated address book
  1297.          - message sorting and tagging
  1298.          - "watch dog" for incoming messages
  1299.     
  1300.     PC Mail Manager is announced and volume shipping mid November 1993.
  1301.  
  1302.     For pricing and product packaging information please contact Lars
  1303.     Hagberg at ICL ProSystems AB; E-mail: Lars_Hagberg@li.icl.se or
  1304.     phone: + 46 (0)13 11 70 00.
  1305.  
  1306.  
  1307. Name:     PMDF
  1308. Product:  MTA
  1309. Platform: VMS
  1310. Contact:  sales@innosoft.com service@innosoft.com
  1311. Author:   Innosoft International
  1312. Comments:
  1313.  
  1314. The VMSNET newsgroup 'vmsnet.mail.pmdf' is available for discussion.
  1315.  
  1316.     [ Ned Freed <ned@innosoft.com> ]
  1317.  
  1318.     Send technical inquiries to service@innosoft.com. Product
  1319.     information, pricing, and literature can be obtained from
  1320.     sales@innosoft.com. The phone number is (909) 624-7907; FAX is
  1321.     (909) 621-5319. Street address is:
  1322.  
  1323.         Innosoft International, Inc.
  1324.         250 W. First St., Suite 240
  1325.         Claremont, CA 91711
  1326.  
  1327.  
  1328. Name:     PP
  1329. Product:  MTA
  1330. Platform: UNIX
  1331. Contact:  ic-info@isode.com (commercial version)
  1332.     
  1333.     [ "Harald T. Alvestrand" <Harald.T.Alvestrand@uninett.no> 22-Aug-1994 ]
  1334.  
  1335.     PP is an X.400 and SMTP mailer, and a gateway between these, so
  1336.     you can communicate with "both worlds".
  1337.     
  1338.     The latest and greatest version is the ISODE Consortium release,
  1339.     IC-R1, but this is no longer free. However, it is not expensive,
  1340.     either.  The ISODE Consortium offers the source code to all
  1341.     Consortium members, and gives the right to sell products based on
  1342.     the code to commercial members.
  1343.  
  1344.     The PP included in Isode Consortium Release 1 (IC-R1) includes:
  1345.     
  1346.     - Conformance tested X.400/84, running over most stacks you care
  1347.         to name
  1348.     - X.400/88
  1349.     - X.400 (84 and 88) to SMTP gateways (RFC 1327 compliant)
  1350.     - SMTP, DECNET and UUCP support
  1351.     - P3File (Retix-like) message submission and delivery
  1352.     - Routing using X.500 (experimental)
  1353.     - MIME gatewaying support (MIME-MHS/HARPOON compliant)
  1354.     - SNMP monitoring
  1355.     - X.500 and file based distribution lists
  1356.     - Fax gateway supporting Panasonic, Fujitsu and Class 2 fax modems
  1357.     
  1358.  
  1359. Name:     SMTPLINK 2.1
  1360. Product:
  1361. Platform:
  1362. Contact:
  1363. Author:
  1364. Comments:
  1365.  
  1366.     [ <support@ccmail.com> 16-Dec-1992 ]
  1367.  
  1368.     Because this version (2.1) is a 2-3 QTR-93 release you should be
  1369.     talking to your sales rep about the tentative features of this
  1370.     product. They can be reached at 800-448-2500.
  1371.  
  1372.  
  1373. Name:     STI Document Browser
  1374. Product:  MS-Windows 3.1 (shipping), NeXTstep/X11/VMS (in the pipeline)
  1375. Platform:
  1376. Contact:  info@sti.fi
  1377. Author:   Stream Technologies Inc
  1378. Comments:
  1379.  
  1380.     [ Ed Anselmo <anselmo@nic.near.net> 31-Dec-1992 ]
  1381.  
  1382.     Product name:   STI Document Browser
  1383.     Platforms:      
  1384.  
  1385.     How and where to get:
  1386.         Stream Technologies Inc.
  1387.         Valkjarventie 2
  1388.         SF-02130 Espoo
  1389.         FINLAND
  1390.         Tel: +358 0 43577340
  1391.         Fax: +358 0 43577348
  1392.         E-Mail: info@sti.fi
  1393.  
  1394.  
  1395. Name:     Super-TCP
  1396. Product:  protocol stack + MUA
  1397. Platform: MS-Windows
  1398. Contact:  TCP@FrontierTech.COM
  1399. Author:   Frontier Technologies
  1400. Comments:
  1401.  
  1402.     [ Ray C Langford <ray@isi.frontiertech.com> 28-Apr-1993 ]
  1403.  
  1404.     Frontier Technologies' Super-TCP for MS-Windows includes MIME
  1405.     support in their E-Mail mail system that is a part of the Super-TCP
  1406.     for Windows package.
  1407.  
  1408.     Super-TCP for Windows is a Windows Sockets compliant, 100% DLL
  1409.     implementation that can also operate in a TSR mode. Applications
  1410.     include: Network News Reader, Telnet, FTP Client/Server, NFS
  1411.     Client/Server, SMTP/POP2&3 MIME E-Mail, Telnet Redirector,
  1412.     Interactive Talk, and more. Options are also available for PPP,
  1413.     X.25, and OSI.
  1414.  
  1415.     With the MIME support in E-Mail, any type of binary file may be
  1416.     attached to your message, including Postscript files, spreadsheet
  1417.     files, database files, word processor files, graphic files, audio
  1418.     files, and digital video files.
  1419.  
  1420.     The packages in the Super-TCP product line that include the
  1421.     E-Mail (SMTP/POP2&3) with MIME support are:
  1422.         - Super-TCP for Windows   Version 3.0
  1423.                 (Complete TCP/IP package)
  1424.         - Super-TCP/NFS for Windows   Version 3.0
  1425.                 (Complete TCP/IP package with NFS client/server)
  1426.         - Super-TCP Applications for Windows   Version 3.0
  1427.                 (Windows Sockets applications only)
  1428.  
  1429.     For further information, e-mail TCP@FrontierTech.COM or call
  1430.     +1 414 241-4555.
  1431.  
  1432.     [ "Carl S. Gutekunst" <csg@hideji.worldtalk.com> 31-Oct-1994 ]
  1433.  
  1434.     The current release of SuperTCP is 4.00R2.  The stack no longer
  1435.     supports a TSR mode.  Their MIME MUA is considerably improved in
  1436.     this release.
  1437.  
  1438.  
  1439. Name:     TCP/Connect II version 2.0
  1440. Product:  MUA, news reader
  1441. Platform: Macintosh
  1442. Contact:  sales@intercon.com
  1443. Author:   InterCon Systems Corporation
  1444. Comments:
  1445.  
  1446.     [ Amanda Walker <amanda@intercon.com>  6-Sep-1994 ]
  1447.  
  1448.     Full support for MIME in email, viewing support for MIME in news.
  1449.     Includes inline composition and display of the following MIME
  1450.     content types:
  1451.  
  1452.         text/plain      image/gif         video/quicktime
  1453.         text/richtext   image/jpeg        audio/basic
  1454.         text/enriched   image/x-macpict
  1455.  
  1456.         application/applefile
  1457.         application/x-macbinhex40
  1458.  
  1459.         multipart/mixed
  1460.  
  1461.         character sets: US-ASCII, ISO-8859-1        
  1462.  
  1463.     Provides drag & drop support for file enclosures, automatic
  1464.     encoding and decoding of AppleSingle/AppleDouble ("MacMIME") body
  1465.     parts, as well as BinHex & uuencode for backward compatibility.
  1466.     Runs native on Power Macintosh computers.
  1467.  
  1468.     For more information please contact:
  1469.  
  1470.         InterCon Systems Corporation
  1471.         950 Herndon Parkway
  1472.         Herndon, VA 22070  USA
  1473.  
  1474.         +1 703 709 5500   (voice)
  1475.         +1 703 709 5555   (fax)
  1476.         sales@intercon.com  (Internet email) 
  1477.  
  1478.  
  1479. Name:     Z-Mail
  1480. Product:  MUA
  1481. Platform: Unix
  1482. Contact:  info@z-code.com
  1483. Author:   Z-Code Software Corporation
  1484. Comments:
  1485.  
  1486.     [ Carlyn M. Lowery <lowery@zen.z-code.com> 29-May-1993 ]
  1487.  
  1488.     Z-Mail, a Unix World Magazine "Product of the Year" winner for 1991,
  1489.     is a complete electronic mail system for workstations.  Z-Mail
  1490.     provides Motif and Open Look graphical user interfaces, as well
  1491.     as two character modes.  The software has been ported to nearly
  1492.     every system that runs Unix, and it works with all standard Unix
  1493.     mail transport agents including sendmail, binmail, smail, MMDF and
  1494.     X.400 gateways.  Z-Mail can replace or coexist with standard mail
  1495.     user agents on the system, including BSD Mail, AT&T mailx, Sun Mail
  1496.     Tool, Elm, or Mush.  Most anyone can use Z-Mail "off the shelf" and
  1497.     immediately benefit from its simple interface and advanced features.
  1498.     
  1499.     Z-Mail also includes Z-Script, a powerful scripting language that
  1500.     enables users to customize and extend Z-Mail's capabilities.
  1501.     Z-Mail's multi-media capabilities allow easy integration with
  1502.     best-of-class products including spreadsheets, desk-top publishing,
  1503.     graphics, fax, voice, and video. For example, when users receive a
  1504.     spreadsheet file, Z-Mail can be configured to automatically launch
  1505.     the associated application and load the the attachment automatically
  1506.     and transparently to the user.  Z-Mail understands MIME-format
  1507.     documents and is also compatible with Sun's multimedia Mailtool.
  1508.  
  1509.     Mac, MS-DOS, and MS-Windows versions, as well as native MIME
  1510.     support, are planned for this summer.
  1511.     
  1512.     For more information on Z-Mail, contact:
  1513.         Z-Code Software Corp.
  1514.         4340 Redwood Hwy., Suite B-50
  1515.         San Rafael, CA 94903
  1516.         tel: (415) 499-8649
  1517.         fax: (415) 479-0448
  1518.         e-mail: info@z-code.com
  1519.     
  1520.     Also, you can anonymous-ftp a demo copy of Z-Mail from 
  1521.     ftp://ora.com/pub/z-code/zmail/2.1/
  1522.     (The file you want is named zm.XXX.tar.Z, where XXX is 
  1523.     your type of machine.)  You'll need to call us after you do so we
  1524.     can send you an activation key.
  1525.  
  1526. --
  1527.  
  1528. 9) MIME and USENET news
  1529. -----------------------
  1530.  
  1531. 9.1) Introduction
  1532.  
  1533. USENET articles are (by design) very similar to RFC 822 mail messages.
  1534. It is therefore reasonable to expect MIME software to be adopted for use
  1535. on USENET.
  1536.  
  1537. A number of the mail user agents and tools discussed in section 7 also
  1538. handle USENET news.
  1539.  
  1540. --------------------------------
  1541.  
  1542. 9.2) News readers and transports with MIME support
  1543.  
  1544. Name:     GNUS
  1545. Product:  reader
  1546. Platform: GNU Emacs
  1547. Where:
  1548. Author:   Masanobu UMEDA
  1549. Comments:
  1550.  
  1551.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  1552.  
  1553.     GNUS is an NNTP-based newsreader for GNU Emacs.  GNUS versions
  1554.     3.14.4 and later directly support reading of articles written in
  1555.     MIME format.  It only requires the metamail package.  Compositions
  1556.     of articles written in MIME format requires "mime.el" that is a
  1557.     part of MIME tools for GNU Emacs (see section 7.2).
  1558.  
  1559.  
  1560. Name:     gnus-mime.el
  1561. Product:  reaJoe Ilacqua der
  1562. Platform: GNU Emacs
  1563. Where:    ftp://world.std.com/dist/gnus-mime.el.shar
  1564.           (also in the contrib tree of metamail)
  1565. Author:   Joe Ilacqua
  1566. Comments:
  1567.  
  1568.     [ Joe Ilacqua <spike@world.std.com> 24-Jun-1993 ]
  1569.  
  1570.     "gnus-mime.el" is an ELISP package that adds support for MIME to
  1571.     GNUS.  This is the second release: I consider it very beta, and I'm
  1572.     sure there are bugs, but it does work.  It provides support both to
  1573.     read and to post USENET articles in MIME format.  It's scarcest
  1574.     feature is support for multi-part multi-media ".signatures".
  1575.  
  1576. I believe that gnus-mime.el is for GNUS prior to version 3.14.4.
  1577.  
  1578.  
  1579. Name:     INN
  1580. Product:  transport
  1581. Platform:
  1582. Where:
  1583. Author:
  1584. Comments:
  1585.  
  1586.     [ Christopher Davis <ckd@eff.org> 03-Jun-1993 ]
  1587.  
  1588.     There is some minimal MIME support in the INN package.  Since INN
  1589.     is a transport system, not a newsreader, the support is for
  1590.     transferring MIME messages, not reading them.
  1591.  
  1592.     [ Christophe Wolfhugel <Christophe.Wolfhugel@grasp.insa-lyon.fr> 23-Jul-1993 ]
  1593.  
  1594.     INN's MIME support is today divided in two parts:
  1595.  
  1596.     1) the possibility to have nnrpd add default MIME headers to
  1597.     locally posted articles;
  1598.  
  1599.     2) transfer-encoding changes on transport with "innxmit", i.e. recode
  1600.     8bit to quoted-printable.
  1601.  
  1602.  
  1603. Name:     MH
  1604. Product:  reader
  1605. Platform:
  1606. Where:    See section 7 for MH's FTP sites.
  1607. Author:
  1608. Comments:
  1609.  
  1610.     [ John Romine <jromine@ics.uci.edu> 30-Jul-1993 ]
  1611.  
  1612.     If you compile MH to use NNTP, it can read news with its "bbc"
  1613.     command; MH supports MIME.
  1614.  
  1615.  
  1616. Name:     mhunify (aka stacknews)
  1617. Product:  reader
  1618. Platform: UNIX
  1619. Where:    ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhunify.shar.gz
  1620. Author:   Jerry Sweet <jsweet@irvine.com>
  1621. Comments:
  1622.  
  1623.     [ Jerry Sweet <jsweet@irvine.com> 11-Aug-1994 ]
  1624.  
  1625.     Mhunify is a set of perl scripts and templates that provides
  1626.     shell-level MH functionality with USENET news.  Since MH supports
  1627.     MIME, MIME-format news articles just work.  I've found that being
  1628.     able to handle news in the same way that I handle e-mail is very
  1629.     useful, although there are some tradeoffs: no kill files, no
  1630.     threads, at least for now.
  1631.  
  1632.     Mhunify also treats MH folders just like news groups.  If you
  1633.     subscribe to several mailing lists, and your e-mail is
  1634.     automatically delivered to separate folders, say, via procmail
  1635.     or via MMDF's .maildelivery, the mhunify package lets you progress
  1636.     automatically through your folders just as you would news groups.
  1637.  
  1638.     Requirements: 
  1639.           - csh or some shell with shell-level alias or procedure
  1640.             facilities;
  1641.           - perl 4.0 or later;
  1642.           - MH 6.8 or later;
  1643.           - direct file system access to the USENET news spool
  1644.             directory (typically /usr/spool/news - as a local or NFS
  1645.             mounted file system).
  1646.  
  1647.     Some of the goodies:
  1648.  
  1649.         stacknews     - read USENET news using shell-level MH.
  1650.         ncomp, nrepl, nforw
  1651.                       - compose, reply to, and forward to USENET
  1652.                               news groups (these use nwhatnow).
  1653.         nwhatnow      - post USENET articles & send e-mail from 
  1654.                               the same draft.
  1655.         consider      - creates a folder, +consider  by  default,
  1656.                               containing specified messages.
  1657.         bburst        - bursts digests into a writeable folder,
  1658.                               +consider by default.
  1659.         clearf        - clears the MH folder stack.
  1660.         mhpped        - utility composition template pre-processor.
  1661.         pscan         - scan messages from point of previous scan.
  1662.                               
  1663.         Plus man pages, templates, example configuration files, 
  1664.         other utility programs, and a Makefile to install everything.
  1665.  
  1666.  
  1667. Name:     nn
  1668. Product:  reader
  1669. Platform:
  1670. Where:
  1671. Author:
  1672. Comments:
  1673.  
  1674.     [ Luc Rooijakkers <lwj@cs.kun.nl> 26-Jul-1993 ]
  1675.  
  1676.     The current beta release of nn tags newly posted articles as
  1677.     text/plain; charset=xxx with transfer encoding 8bit if the message
  1678.     contains any 8 bit characters.
  1679.  
  1680.     Reading support needs further work.
  1681.  
  1682.  
  1683. Name:     SNews
  1684. Product:  reader
  1685. Platform: MS-DOS OS/2
  1686. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snews191.zip
  1687.           MS-DOS binaries
  1688. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191o.zip
  1689.           OS/2 binaries
  1690. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191s.zip
  1691.           Source
  1692. Author:
  1693. Comments:
  1694.  
  1695.     [ Daniel Fandrich <dan@fch.wimsey.bc.ca> 27-Aug-1993 ]
  1696.  
  1697.     Revision 1.91 of the SNews newsreader for MS-DOS systems
  1698.     fixes several bugs in version 1.90 (alpha), as well as adding
  1699.     some much-needed features, including built-in support for ISO
  1700.     8859/1/2/3/4/9 character sets (RFC 1521 and RFC 1522) and a single
  1701.     key interface to the metamail MIME decoder (or other user-specified
  1702.     program).  An additional bonus is the availability of an OS/2
  1703.     version.
  1704.  
  1705.  
  1706. Name:     strn
  1707. Product:  reader
  1708. Platform: UNIX
  1709. Where:    ftp://ftp.uu.net/networking/news/readers/trn/strn/strn092.tar.gz
  1710. Author:   Clifford A Adams <caadams@access.digex.net>
  1711. Comments:
  1712.  
  1713. Strn has support for reading and creating MIME articles.
  1714.  
  1715.  
  1716. Name:     trn
  1717. Product:  reader
  1718. Platform: UNIX
  1719. Where:    ftp://ftp.uu.net/networking/news/readers/trn/trn.tar.gz
  1720. Author:   Wayne Davison <davison@borland.com>
  1721. Comments:
  1722.  
  1723. trn 3.0 has support for reading MIME articles with metamail, and
  1724. creating them with mhn.
  1725.  
  1726. --
  1727. End of Part 2
  1728. *************
  1729. --
  1730.  
  1731.